home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / dpat / dpat38 / flushlib / makefile < prev   
Encoding:
Makefile  |  1993-08-27  |  507 b   |  21 lines

  1.  
  2. #
  3. #
  4. # Application : FlushLib : Pour libérer les shared Library inutilisées
  5. #
  6. # Date        : 27/08/93
  7. # Version     : 1.0
  8. # Revision    : 1.0
  9. #
  10. #     Copyright © 1993 David Scrève
  11. #          All Rights Reserved.
  12. #
  13. #
  14.  
  15. # astartup.o est fourni par Commodore pour faire du code standard.
  16. # -----------------------------------------------------------------
  17. FlushLib: FlushLib.c
  18.     sc5 -s -ccqstu -oRAM: -v $*
  19.     sLink astartup.o RAM:FlushLib.o TO FlushLib LIB lib:amiga.lib SC SD ND
  20.     Delete RAM:flushlib.o
  21.